Fix compiler warning due to missing function prototype.
[svn.git] / tools / buildbot / slaves / win32-xp VS2005 / config.bat
blob4a7adbcbbbd2b6828087ebd3a7befc5653c380e9
1 @echo off\r
2 set HTTPD_BIN_DIR=C:\Apache2\r
3 set GETTEXT_DIR=C:\svn-builder\djh-xp-vse2005\gettext\r
4 set TEST_DIR=M:\svn-auto-test\r
5 \r
6 set HTTPD_SRC_DIR=..\httpd\r
7 set BDB_DIR=..\db4-win32\r
8 set NEON_DIR=..\neon\r
9 set ZLIB_DIR=..\zlib\r
10 set OPENSSL_DIR=..\openssl\r
11 set INTL_DIR=..\svn-libintl\r
13 REM Uncomment this if you want clean subversion build, after testing\r
14 REM set CLEAN_SVN=1\r
16 REM Uncomment this if you want disable ra_svn tests\r
17 REM set NO_RA_SVN=1\r
19 REM Uncomment this if you want disable ra_dav tests\r
20 REM set NO_RA_HTTP=1\r
22 set PATH=%GETTEXT_DIR%\bin;%PATH%\r
23 call C:\VCX2005\VC\vcvarsall.bat x86\r